home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / hungerstrike.swf / scripts / DefineSprite_509 / frame_10 / DoAction.as
Encoding:
Text File  |  2007-09-28  |  492 b   |  22 lines

  1. stop();
  2. if(!starburstVisible)
  3. {
  4.    starburst.swapDepths(this.getNextHighestDepth());
  5.    starburst.removeMovieClip();
  6. }
  7. instructions_btn.onRelease = function()
  8. {
  9.    gotoAndStop("instructions");
  10. };
  11. play_btn.onRelease = function()
  12. {
  13.    _global.npbTracker.recordEvent("LoadSection::StartGame");
  14.    gotoAndStop("game");
  15.    gameStarted = true;
  16.    container_mc.GameBase.restartGame();
  17. };
  18. sendToAFriend_btn.onRelease = function()
  19. {
  20.    getUrl("mailto:you@somedomain.com", "");
  21. };
  22.